Q3MeshPart_GetComponent
You can use theQ3MeshPart_GetComponent
function to get the mesh component that contains a mesh part.
TQ3Status Q3MeshPart_GetComponent ( TQ3MeshPartObject meshPartObject, TQ3MeshComponent *component);
meshPartObject
- A mesh part object.
component
- On exit, the mesh component that contains the specified mesh part object.
DESCRIPTION
TheQ3MeshPart_GetComponent
function returns, in thecomponent
parameter, the mesh component that contains the mesh part object specified by themeshPartObject
parameter.